home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / os2 / ctelo21.zip / capitel.cfg < prev    next >
Text File  |  1997-06-02  |  11KB  |  413 lines

  1. # ========================================================================
  2. #
  3. #                 ////// /////// ////// //  /////// ////// //
  4. #                //     //   // //  // //     //   //     //
  5. #               //     /////// ////// //     //   ////   //
  6. #              //     //   // //     //     //   //     //
  7. #             ////// //   // //     //     //   ////// //////
  8. #
  9. # ========================================================================
  10.  
  11.  
  12.  
  13. ##########################################################################
  14. #
  15. # name : <entryname>
  16. #
  17. # flags: could be one of:  WIN : supported from the WINDOWS version
  18. #
  19. #                          OS2 : supported from the OS/2 version
  20. #
  21. #                          TIM : this entry could be time dependent
  22. #                                note: time dependent functions can only
  23. #                                be setup here and not in the setup of
  24. #                                capitel to prevent normal-user confusion
  25. #
  26. # info : <information to the entry>
  27. #
  28. ##########################################################################
  29.  
  30.  
  31.  
  32. ##########################################################################
  33. #
  34. # info for time dependent configuration:
  35. #
  36. # a time dependent setup has the following syntax:
  37. #
  38. #    entryname=<default_value>[~<chunk_1>][~<chunk_2>]...[~<chunk_x>]
  39. #
  40. # a chunk have the following syntax:
  41. #
  42. #    chunk_n=<fromday>-<today>,<fromtime-totime>,<value_for_this_chunk>
  43. #
  44. #    day could be one of Mo, Tu, We, Th, Fr, Sa or Su. dayranges must
  45. #    have lower day-value first. "FR-MO" is not allowed. use two chunks
  46. #    instead (FR-SU & MO-MO). the same with time setup.
  47. #
  48. # hints:
  49. #
  50. #  - capitel parses the chunks from left to right and stops after first hit.
  51. #  - time dependent lines have a maximum of 512 characters.
  52. #  - the default value is used, if no chunk hits.
  53. #
  54. # example:
  55. #
  56. #    capitel_active_time=0~Mo-Fr,8:00-17:00,1
  57. #
  58. # capitel only active monday to friday from 8:00 to 17:00
  59. #
  60. #
  61. #    capitel_active_time=1~Mo-Fr,12:30-13:00,1~Mo-Fr,7:30-16:00,0
  62. #
  63. # capitel is only deactiv monday to friday from 7:30 to 12:30 and
  64. # 13:00 to 16:00.
  65. #
  66. #
  67. # filename_welcome_wave=hello.wav~Mo-Su,23:00-23:59,too_late.wav~Mo-Su,00:00-7:30,too_late.wav
  68. #
  69. # plays hello.wav, but in time from 23:00 to 7:30 it plays too_late.wav.
  70. #
  71. ##########################################################################
  72.  
  73.  
  74.  
  75. ##########################################################################
  76. #
  77. # name : default_answer_delay
  78. # flags: OS2 WIN TIM
  79. # info : this is the default delay for answering calls in seconds, if no
  80. #        other value is specified in PORT or CALLER setup.
  81. #
  82. ##########################################################################
  83.  
  84. default_answer_delay=3
  85.  
  86.  
  87.  
  88. ##########################################################################
  89. #
  90. # name : default_max_record_time
  91. # flags: OS2 WIN TIM
  92. # info : this is the default maximum recording time for calls in seconds,
  93. #        if no other value is specified in PORT or CALLER setup.
  94. #
  95. ##########################################################################
  96.  
  97. default_max_record_time=180
  98.  
  99.  
  100.  
  101. ##########################################################################
  102. #
  103. # name : default_max_silence_time
  104. # flags: OS2 WIN TIM
  105. # info : after this time in seconds, capitel disconnects the call and the
  106. #        recording, if silence is on the line.
  107. #
  108. ##########################################################################
  109.  
  110. default_max_silence_time=30
  111.  
  112.  
  113.  
  114. ##########################################################################
  115. #
  116. # name : filename_debug
  117. # flags: OS2 WIN
  118. # info : the name of a debugfile or a pipe (not on W95). this file
  119. #        contains a full capi-trace. his trace can help to find problems.
  120. #
  121. ##########################################################################
  122.  
  123. filename_debug=
  124.  
  125.  
  126.  
  127. ##########################################################################
  128. #
  129. # name : debug_data_b3
  130. # flags: OS2 WIN
  131. # info : flag for debugging also data_b3-messages. works only with
  132. #        FILENAME_DEBUG
  133. #
  134. ##########################################################################
  135.  
  136. debug_data_b3=0
  137.  
  138.  
  139.  
  140. ##########################################################################
  141. #
  142. # name : filename_log
  143. # flags: OS2 WIN
  144. # info : the name of a logfile or a pipe (not on W95). this file contains
  145. #        information abaout all incomming calls.
  146. #
  147. ##########################################################################
  148.  
  149. filename_log=capitel.log
  150.  
  151.  
  152.  
  153. ##########################################################################
  154. #
  155. # name : filename_welcome_wave
  156. # flags: OS2 WIN TIM
  157. # info : this is the default welcome.wav, if no other value is specified
  158. #        in PORT or CALLER setup.
  159. #
  160. ##########################################################################
  161.  
  162. filename_welcome_wave=welcome.wav
  163.  
  164.  
  165.  
  166. ##########################################################################
  167. #
  168. # name : wave_play_ringing
  169. # flags: OS2 WIN TIM
  170. # info : set capitel to signal incomming calls with a wave-file
  171. #
  172. ##########################################################################
  173.  
  174. wave_play_ringring=1
  175.  
  176.  
  177.  
  178. ##########################################################################
  179. #
  180. # name : filename_ringring_wave
  181. # flags: OS2 WIN TIM
  182. # info : name for a wave-file that capitel will play, if a call is
  183. #        incomming.
  184. #
  185. ##########################################################################
  186.  
  187. filename_ringring_wave=ringing.wav
  188.  
  189.  
  190.  
  191. ##########################################################################
  192. #
  193. # name : wave_16bit
  194. # flags: OS2 WIN
  195. # info : sets capitel to generate 16bit waves's.
  196. #
  197. ##########################################################################
  198.  
  199. wave_16bit=1
  200.  
  201.  
  202.  
  203. ##########################################################################
  204. #
  205. # name : capi_set_signal
  206. # flags: OS2 WIN
  207. # info : set the working mode to the isdn-driver from polling- to
  208. #        signaling-mode. if it runs, set it up to signaling (1).
  209. #
  210. ##########################################################################
  211.  
  212. capi_set_signal=1
  213.  
  214.  
  215.  
  216. ##########################################################################
  217. #
  218. # name : capi_controller
  219. # flags: OS2 WIN
  220. # info : the number of your isdn-controller. capitel counts the controller
  221. #        up from one (!!!), regardless that capi 1.1 counts it from zero.
  222. #
  223. ##########################################################################
  224.  
  225. capi_controller=1
  226.  
  227.  
  228.  
  229. ##########################################################################
  230. #
  231. # name : capitel_active
  232. # flags: OS2 WIN
  233. # info : sets capitel active (=1) or deactiv (=0). this entry corresponds
  234. #        to the TOGGLE-ACTIVATION-button of capitel. do not chance this
  235. #        value. it's for internal use only.
  236. #
  237. ##########################################################################
  238.  
  239. capitel_active=1
  240.  
  241.  
  242.  
  243. ##########################################################################
  244. #
  245. # name : capitel_active_time
  246. # flags: OS2 WIN TIM
  247. # info : here you can setup time dependent activation of capitel.
  248. #        in this example the first chunk ist redundant.
  249. #
  250. ##########################################################################
  251.  
  252. capitel_active_time=1~Mo-Su,00:00-23:59,1
  253.  
  254.  
  255.  
  256. ##########################################################################
  257. #
  258. # name : capitel_run_cnt
  259. # flags: OS2 WIN
  260. # info : run counter. for internal use only. if zero, capitel starts with
  261. #        setup dialog
  262. #
  263. ##########################################################################
  264.  
  265. capitel_run_cnt=0
  266.  
  267.  
  268.  
  269. ##########################################################################
  270. #
  271. # name : dtmf_support
  272. # flags: OS2 WIN TIM
  273. # info : sets dtmf suport on (1) and off (0).
  274. #
  275. ##########################################################################
  276.  
  277. dtmf_support=1
  278.  
  279.  
  280.  
  281. ##########################################################################
  282. #
  283. # name : expand_caller_id
  284. # flags: OS2 WIN
  285. # info : if set, capitel expands unknown incomming calls with a area-code
  286. #        (if possible).
  287. #
  288. ##########################################################################
  289.  
  290. expand_caller_id=1
  291.  
  292.  
  293.  
  294. ##########################################################################
  295. #
  296. # name : rescan_time
  297. # flags: OS2 WIN
  298. # info : value in seconds, that capitel tells to rescan calling entry in
  299. #        the display. only relevant, if other institutions deletes calls
  300. #        on your hard-disk (e.g. www-scrips)
  301. #
  302. ##########################################################################
  303.  
  304. rescan_time=0
  305.  
  306.  
  307.  
  308. ##########################################################################
  309. #
  310. # name : window_restore
  311. # flags: OS2 WIN
  312. # info : refer to capitel setup dialog
  313. #
  314. ##########################################################################
  315.  
  316. window_restore=1
  317.  
  318.  
  319.  
  320. ##########################################################################
  321. #
  322. # name : window_confirm_delete
  323. # flags: OS2 WIN
  324. # info : refer to capitel setup dialog
  325. #
  326. ##########################################################################
  327.  
  328. window_confirm_delete=0
  329.  
  330.  
  331.  
  332. ##########################################################################
  333. #
  334. # name :
  335. # flags: OS2 WIN
  336. # info : refer to capitel setup dialog
  337. #
  338. ##########################################################################
  339.  
  340. window_ignore_empty=0
  341.  
  342.  
  343.  
  344. ##########################################################################
  345. #
  346. # name :
  347. # flags: OS2 WIN
  348. # info : refer to capitel setup dialog
  349. #
  350. ##########################################################################
  351.  
  352. window_frame_controls_hidden=0
  353.  
  354.  
  355.  
  356. # internal flags (win version only)
  357.  
  358. window_xpos=0
  359. window_ypos=0
  360. window_xsize=0
  361. window_ysize=0
  362.  
  363.  
  364.  
  365. ##########################################################################
  366. #
  367. # name : start_disconnect
  368. # flags: OS2 WIN TIM
  369. # info : flag for starting a program every time of a (d-chanel-)disconnect.
  370. #
  371. ##########################################################################
  372.  
  373. start_disconnect=0
  374.  
  375. start_disc_proc=c:\windows\regedit.exe
  376. start_disc_parm=
  377. start_disc_title=
  378.  
  379.  
  380. ##########################################################################
  381. #
  382. # name : register_name
  383. # flags: OS2 WIN
  384. # info : your registration name
  385. #
  386. ##########################################################################
  387.  
  388. register_name=
  389.  
  390.  
  391.  
  392. ##########################################################################
  393. #
  394. # name : register_code
  395. # flags: OS2 WIN
  396. # info : your register code
  397. #
  398. ##########################################################################
  399.  
  400. register_code=
  401.  
  402.  
  403.  
  404. ##########################################################################
  405. #
  406. # name : text_unknown
  407. # flags: OS2 WIN TIM
  408. # info : text, that capitel display as 'name" of a unknown caller
  409. #
  410. ##########################################################################
  411.  
  412. text_unknown=<unknown>
  413.